Companion

object Companion

Properties

MAX_VALUE
Link copied to clipboard
const val MAX_VALUE: Byte = 127

A constant holding the maximum value an instance of Byte can have.

MIN_VALUE
Link copied to clipboard
const val MIN_VALUE: Byte

A constant holding the minimum value an instance of Byte can have.

SIZE_BITS
Link copied to clipboard
const val SIZE_BITS: Int = 8

The number of bits used to represent an instance of Byte in a binary form.

SIZE_BYTES
Link copied to clipboard
const val SIZE_BYTES: Int = 1

The number of bytes used to represent an instance of Byte in a binary form.